*{
	color: #333;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
}
h1, h2, h3, h4, h5, h6, input, select, textarea {
    outline: 0;
    font-weight: 400;
    font-size: 100%;
}
ul,li{
	list-style-type: none;
}
img{
	display: inline-block;
}
a{
	transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
	outline:none;
}
a:hover{
	cursor: pointer;
	transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.clearfloat:after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0;
}	 
.clearfloat{
	zoom:1
} 
body{
	width: 100%;
	min-width: 1000px;
	background: #FFFFFF;
}
::-webkit-scrollbar {
    width: 0px;
    height: 7px;
}
img, .ani {
    max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

input, textarea, select {
    font-size: 12px;
    color: #444;
    font-family: "微软雅黑", "Microsoft Yahei";
}

input[type='submit'], input[type='reset'], input[type='button'], select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}